You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Dew.Math.Units Namespace > Classes > Math387 Class > Math387 Methods > Math387.SinhCosh Method
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Math387.SinhCosh Method

The hyperbolic sine and cosine.

Syntax
C#
Visual Basic
public static void SinhCosh([In] double X, out double SinhX, out double CoshX);
Parameters 
Description 
[In] double X 
Defines argument for sinh and cosh functions. 
out double SinhX 
Returns the hyperbolic sine. 
out double CoshX 
Returns the hyperbolic cosine. 

Calculates the hyperbolic sine and cosine in one pass. Use this version if you require both Sinh and Cosh.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!